---------------------------------------------
|	How to install	  |
---------------------------------------------
1. Extract the lua to - .....gmod9/lua/weapons
2. Extract C4.cfg to - .....gmod9/cfg
------------------------------------------------------------------------
|	 How to get the C4 in game                  |
------------------------------------------------------------------------
1. Either type in console - lua _PlayerGiveSWEP ( 1, "weapons/C4,lua" ) or type in console - exec C4.cfg
-------------------------------------------------------------------------------
| 	How to give the C4 to somebody else          |
-------------------------------------------------------------------------------
Note : lua _PlayerGiveSWEP ( 1, "weapons/C4,lua" ) The 1 in the command is you.

1. To give the SWEP to the first guess in the server replace - lua _PlayerGiveSWEP ( 1, "weapons/C4,lua" ) with lua _PlayerGiveSWEP ( 2, "weapons/C4,lua" ). For the 2nd guess type - lua _PlayerGiveSWEP ( 3, "weapons/C4,lua" ) and so on.
